func compress/flate.histogram

2 uses

	compress/flate (current package)
		huffman_bit_writer.go#L621: 	histogram(input, w.literalFreq)
		huffman_bit_writer.go#L688: func histogram(b []byte, h []int32) {